3dak Client

NavigationPage<PagingType>.isLastPage Property

returns true if the page is the last page in the paging object

[Visual Basic]
Public Property ReadOnly Boolean As 
[C#]
public bool Boolean { get; }
[C++]
public: __property  get_Boolean();
[JScript]
public function get Boolean() : bool

Property Value

Remarks

of course you can also check if the pagenumber is equal to the count property of the NavigationPaging

See Also

NavigationPage<PagingType> Class | ppm3dakClient.Navigation Namespace